0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (1)
  • R1,000 - R2,500 (6)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Pro C# 10 with .NET 6 - Foundational Principles and Practices in Programming (Paperback, 11st ed.): Andrew Troelsen, Phil... Pro C# 10 with .NET 6 - Foundational Principles and Practices in Programming (Paperback, 11st ed.)
Andrew Troelsen, Phil Japikse
R1,677 R1,585 Discovery Miles 15 850 Save R92 (5%) Ships in 12 - 17 working days

Welcome to the most comprehensive foundational guide available on the topic of C# coding and .NET. This book goes beyond "do this, to achieve this" to drill down into the core stuff that makes a good developer, great. This expanded 11th edition delivers loads of new content on Entity Framework, Razor Pages, Web APIs and more. You will find the latest C# 10 and .NET 6 features served up with plenty of "behind the curtain" discussion designed to expand developers' critical thinking skills when it comes to their craft. Coverage of ASP.NET Core, Entity Framework Core, and more sits alongside the latest updates to the new unified .NET platform, from performance improvements to Windows Desktop apps on .NET 6, updates in XAML tooling, and expanded coverage of data files and data handling. Going beyond the latest features in C# 10, all code samples are rewritten for this latest release. Dive in and discover why this essential classic is a favorite of C# developers worldwide. Gain a solid foundation in object-oriented development techniques, attributes and reflection, generics and collections, and numerous advanced topics not found in other texts (such as CIL opcodes and emitting dynamic assemblies). Pro C# 10 with .NET 6 will build your coding confidence putting C# into practice, and exploring the .NET universe and its vast potential on your own terms. What You Will Learn Explore C# 10 features and updates in records and record structs, global and implicit using directives, file level namespaces, extended property patterns, and more Develop applications with C# and modern frameworks for services, web, and smart client applications Hit the ground running with ASP.NET Core web applications using MVC and Razor Pages, including view components, custom tag helpers, custom validation, GDPR support, and areas Build ASP.NET RESTful services complete with versioning, enhanced swagger, and basic authentication Embrace Entity Framework Core for building real-world, data-centric applications, with deeply expanded coverage new to this edition including SQL Server temporal table support Dive into Windows Desktop Apps on .NET 6 using Windows Presentation Foundation Understand the philosophy behind .NET Discover the new features in .NET 6, including single file applications, smaller container images, and more Who This Book Is For Developers of any level who want to either learn C# and .NET or want to take their skills to the next level. "Amazing! Provides easy-to-follow explanations and examples. I remember reading the first version of this book; this is a 'must-have' for your collection if you are learning .NET!" - Rick McGuire, Senior Application Development Manager, Microsoft "Phil is a journeyman programmer who brings years of experience and a passion for teaching to make this fully revised and modernized 'classic' a 'must-have'. Any developer who wants full-spectrum, up-to-date coverage of both the C# language and how to use it with .NET and ASP.NET Core should get this book." - Brian A. Randell, Partner, MCW Technologies and Microsoft MVP

Expert ASP.NET 2.0 Advanced Application Design (Paperback, Softcover reprint of the original 1st ed.): Tom Barnaby, Dominic... Expert ASP.NET 2.0 Advanced Application Design (Paperback, Softcover reprint of the original 1st ed.)
Tom Barnaby, Dominic Selly, Andrew Troelsen
R2,418 Discovery Miles 24 180 Ships in 10 - 15 working days

* This book surveys the different technologies and servers that are available for you to use with ASP.NET and maps the "Quality Attributes" of Application Architecture for these different servers. * The author has been using ASP.NET since the technology preview of the .NET 1.0 Framework. He has put scores of ASP.NET applications into production for large enterprise companies and universities. * This book is written with today's technology, with an eye on the future.

Pro Expression Blend 4 (Paperback, 1st ed.): Andrew Troelsen Pro Expression Blend 4 (Paperback, 1st ed.)
Andrew Troelsen
R1,334 R1,064 Discovery Miles 10 640 Save R270 (20%) Ships in 10 - 15 working days

Pro Expression Blend 4 is for .NET developers and graphical artists who want to learn the ins and outs of the Expression Blend integrated development environment. You may know already that this tool can be used to build Windows Presentation Foundation (WPF), Silverlight, and Windows Phone 7 applications; however, this book will take you well beyond the basics and provide you with a detailed examination of key Blend topics, including workspace customization, graphics, layout, styles, themes, data binding, and the use of SketchFlow, giving you an excellent understanding of the Blend product and what it can do for you.Over the course of these eight chapters, you will learn numerous techniques to simplify the authoring of XAML using Blend. These include: Transforming a vector graphic into a custom control template with a few clicks of the mouse Generating complex animations using an integrated timeline editor Visually designing interactive data templates Creating prototypes (via SketchFlow) that can be transformed into production-level code

Throughout Pro Expression Blend 4, you'll work with both Blend and .NET code to finalize fully-functional projects that will provide both valuable insights and a sound foundation for your future WPF and Silverlight projects. Each chapter will give you ample opportunity to build .NET software using Blend. However, this is not a programming book, per se. While some examples will require a manageable amount of C# code, this book is squarely focused on helping you gain mastery over the numerous tools, editors, designers, and wizards of the Microsoft Expression Blend IDE. What you'll learn Transforming a vector graphic into a custom control template with a few clicks of the mouse Generating complex animations using an integrated timeline editor Visually designing interactive data templates Creating prototypes (via SketchFlow) that can be transformed into production-level code Who this book is for

Pro Expression Blend 4 is for .NET developers, and graphical artists, who want to learn the ins-and-outs of Expression Blend. Table of Contents Learning the Core Blend IDE Vector Graphics and Object Resources The Animation Editor Controls, Layouts, and Behaviors Styles, Templates, and UserControls Blend Data Binding Techniques Designing for Windows Phone 7 Prototyping with SketchFlow

Expert ASP.NET 2.0 Advanced Application Design (Hardcover, 1st Corrected ed., Corr. 2nd printing): Tom Barnaby, Dominic Selly,... Expert ASP.NET 2.0 Advanced Application Design (Hardcover, 1st Corrected ed., Corr. 2nd printing)
Tom Barnaby, Dominic Selly, Andrew Troelsen
R1,683 Discovery Miles 16 830 Ships in 10 - 15 working days

"Expert ASP.NET 2.0 Advanced Application Design" will help you derive maximum performance and reliability from the distributed applications you create with ASP.NET 2.0.

The book first looks at some of the non-functional requirements that impact the design of a distributed application. It then relates them to the servers and services available in the .NET 2.0 Framework. ASP.NET 2.0 is the central process for use in distributed .NET applications, and the book closely examines the ASP.NET 2.0 Framework and its hosting environment, Internet Information Server (IIS). The book looks at how ASP.NET 2.0 is used by different packages within .NET (like Web Services), and explores how it can be extended to meet your own custom requirements.

The second part of the book drills down and examines some of the common architectural challenges encountered when developing application designs. The book walks through the tiers of the .NET Framework, starting at the client level and exploring the internals of the page type, enhancements to ViewState, client script generation, and new out-of-band callbacks. At the middle tier, the book examines Web Services, Remoting, COM+, MSMQ, and mix and match communication options to suit your own requirements. This section wraps up by previewing Windows Communication Foundation, which aims to unify these technologies.

The third part of the book examines the data layer of your distributed applications. This includes enhancements to the Managed Providers in 2.0, the new transactional model, and a preview of usage guidelines for SQL Server 2005. By the books conclusion, you will be able to select with confidence the most appropriate design elements for yourpurposes, elegantly connecting them, and ensuring you get the very best from the ASP.NET 2.0 Framework.

COM and .NET Interoperability (Paperback, Softcover reprint of the original 1st ed.): Andrew Troelsen COM and .NET Interoperability (Paperback, Softcover reprint of the original 1st ed.)
Andrew Troelsen
R1,851 R1,482 Discovery Miles 14 820 Save R369 (20%) Ships in 10 - 15 working days

"COM and .NET Interoperability" provides a complete overview of the process of building .NET applications that interact (interoperate) with existing COM code. Before digging into that critical topic, author Andrew Troelsen offers a concise overview of the COM architecture and provides examples using various COM frameworks (C++, ATL, and VB 6.0) as well as the core .NET managed languages (C# and VB .NET).

After covering the preliminaries, the book explores numerous issues that arise in interoperability, including interacting with the Win32 API, dynamically generating source code via System.CodeDOM, creating serviced (COM+) components using managed code, manually editing (and recompiling) .NET metadata, and the process of constructing custom COM/.NET conversion utilities. Both intermediate and advanced developers will welcome the practical information they need to quickly work with COM and COM+ in .NET applications, and learn how to create .NET components that are COM compatible.

Pro VB 2008 and the .NET 3.5 Platform (Paperback, 3rd Corrected ed., Corr. 3rd printing): Andrew Troelsen Pro VB 2008 and the .NET 3.5 Platform (Paperback, 3rd Corrected ed., Corr. 3rd printing)
Andrew Troelsen
R1,989 Discovery Miles 19 890 Ships in 12 - 17 working days

Whether you're moving to .NET for the first time, or you're already writing applications on .NET 2.0 or .NET 3.0, Pro VB 2008 and the .NET 3.5 Platform will provide you with a solid grounding in this technology and serve as a comprehensive reference throughout your coding career: Explore five new chapters of content including the grammar of the common intermediate language (CIL), .NET generics, and object serialization services. Discover all the new .NET 3.5 features nullable types, delegate covariance, ASP.NET 2.0 master pages, the new Windows Forms Strip controls, and much more. Get a professional foothold targeted to appeal to experienced software professionals and/or graduate students of computer science (so don't expect three chapters on iteration or decision constructs ). Gain a rocksolid foundation in programming using Visual Basic. Get comfortable with all the core aspects of the .NET platform including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more.

Once you've digested the information contained in the 25 chapters of this 1000+ page book, you'll be ready to apply this knowledge to your specific programming assignments and well equipped to explore the .NET universe on your own. What you'll learn Everything you need to put .NET 3.5 and Visual Basic 2008 to use in your professional workbefore anyone else Insights and techniques from the author's experience since .NET 1.0 Complete coverage of .NET 3.5WPF, WCF and WF Who this book is for

Anyone with some software development experience interested in the new .NET 3.5 platform and the Visual Basic language. Whether you're moving to .NET for the first time or you're already writing applications on .NET 2.0 or .NET 3.0, this book will provide you with a solid grounding in this new technology and serve as a comprehensive reference throughout your coding career.

Visual Basic .Net and the .Net Platform - An Advanced Guide (Paperback): Andrew Troelsen Visual Basic .Net and the .Net Platform - An Advanced Guide (Paperback)
Andrew Troelsen
R923 Discovery Miles 9 230 Out of stock
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Mellerware Swiss - Plastic Floor Fan…
R368 Discovery Miles 3 680
Jabra Elite 5 Hybrid ANC True Wireless…
R2,899 R2,399 Discovery Miles 23 990
Dig & Discover: Ancient Egypt - Excavate…
Hinkler Pty Ltd Kit R263 Discovery Miles 2 630
Bestway Spiderman Swim Ring (Diameter…
R48 Discovery Miles 480
Elecstor 100W Portable Power Station
 (1)
R3,999 R2,999 Discovery Miles 29 990
Bullsh!t - 50 Fibs That Made South…
Jonathan Ancer Paperback R270 R180 Discovery Miles 1 800
Treeline A4 PP Filing Pockets (80…
R140 Discovery Miles 1 400
But Here We Are
Foo Fighters CD R279 Discovery Miles 2 790
Marltons Goldfish Flakes (40g)
R50 R35 Discovery Miles 350
Sudocrem Skin & Baby Care Barrier Cream…
R117 Discovery Miles 1 170

 

Partners